home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-05-04 | 938 b | 27 lines | [TEXT/GEOL] |
- Item 6861875 3-May-90 06:49PDT
-
- From: DAWSON.M Dawson, Mark
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Re:TE & Scroller clicking
-
- >After Mousing through MacApp's HandleMouseDown code (one of those things I
- >pretend to know the exact details of, until someone actually asks) I see that
- >every view for which ContainsMouse is True is sure to have its HandleMouseDown
- >method called. But a view only handles the click (by calling DoMouseCommand)
- >if it is enabled and can be focused. In my app, the scroller was enabled. I
- >had originally assumed that a disabled scroller wouldn't scroll, but that is
- >incorrect since the scroll bars are outside the scroller's view. I guess that
- >your scroller is disabled.
- >
- >--John MacVeigh
-
- It was. Under what conditions would you want the scroller to be enabled?
- (ViewEdit defaults to disabled)
-
- Thanks,
-
- Mark
-
-